home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
shells
/
bashsrc.zoo
/
etc
/
bash.rc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-06-08
|
335 b
|
18 lines
# Bourne Again SHell init file.
#
# If running interactively, then:
if [ "$PS1" ]; then
# ignoreeof=
notify=
no_exit_on_failed_exec=
HISTSIZE=64
MAILCHECK=60
# A few of default aliases.
alias j='jobs -l'
alias po=popd
alias pu=pushd
if [ -f ~/bash_aliases ]; then
source ~/bash_aliases
fi
fi